home *** CD-ROM | disk | FTP | other *** search
- /*
- * DSPLDRV.H -- Header for display driver
- *
- * Copyright (C) 1989, 1990 by Jarkko Vuori. All rights reserved.
- * Author(s): J Vuori
- * Modification(s):
- */
-
-
- int InitDspl(int dx, int dy);
- void PlotPoint(int x, int y);
- void PlotStatus(long N, long samplef);
- void PlotMarker(int x1, int y1, double freq1, double amplitude1,
- int x2, int y2, double freq2, double amplitude2);
- void ReleaseDspl(void);
-